home *** CD-ROM | disk | FTP | other *** search
- /* SymbolicIsItInThere.h */
-
- #ifndef Included_SymbolicIsItInThere_h
- #define Included_SymbolicIsItInThere_h
-
- /* SymbolicIsItInThere module depends on */
- /* MiscInfo.h */
- /* Audit */
- /* Debug */
- /* Definitions */
- /* Memory */
- /* DataMunging */
-
- /* case insensitive thing to see if a string is in another string. returns the position */
- /* if it was found or -1 if not found. */
- MyBoolean IsItInThere(char* Block, char* NullTermThing);
-
- #endif
-